Skip to content

fix(ContextMenuCommandBuilder): allow emoji in name #10790

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 5, 2025

Conversation

didinele
Copy link
Member

@didinele didinele commented Mar 4, 2025

Please describe the changes this PR makes and why it should be merged:
Closes #10789

Copy link

vercel bot commented Mar 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
discord-js ⬜️ Ignored (Inspect) Visit Preview Mar 5, 2025 0:13am
discord-js-guide ⬜️ Ignored (Inspect) Visit Preview Mar 5, 2025 0:13am

Copy link

codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.12%. Comparing base (d1f56ff) to head (d840425).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10790   +/-   ##
=======================================
  Coverage   39.12%   39.12%           
=======================================
  Files         244      244           
  Lines       14798    14798           
  Branches     1412     1412           
=======================================
  Hits         5790     5790           
  Misses       8996     8996           
  Partials       12       12           
Flag Coverage Δ
builders 80.82% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-project-automation github-project-automation bot moved this from Todo to Review in Progress in discord.js Mar 4, 2025
Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com>
@github-project-automation github-project-automation bot moved this from Review in Progress to Review Approved in discord.js Mar 5, 2025
@kodiakhq kodiakhq bot merged commit 28a9450 into main Mar 5, 2025
8 checks passed
@kodiakhq kodiakhq bot deleted the fix/allow-emoji-in-command-name branch March 5, 2025 12:15
@github-project-automation github-project-automation bot moved this from Review Approved to Done in discord.js Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

bug: validation regex for ContextMenuCommandBuilder field name doesn't allow unicode emojis while the Discord API does
4 participants